home *** CD-ROM | disk | FTP | other *** search
/ Faith in Every Footstep -…Years of Mormon Pioneers / Faith in Every Footstep (1997)(The Church of Jesus Christ of Latter-Day Saints)[Mac-PC].iso / mac / FILES / LINGO.INI < prev    next >
Text File  |  1996-12-17  |  896b  |  28 lines

  1.  
  2. -- This is the text file LINGO.INI.  It is designed
  3. -- to tell Director for Windows what XObjects or
  4. -- DLLs should be loaded when starting DIRECTOR.EXE.
  5.  
  6. -- You should have a copy of this file and the associated
  7. -- DLL file (for example, FILEIO.DLL) in the same 
  8. -- location as any Projector you wish to distribute.
  9. -- Otherwise, the Projector will not be able to utilize
  10. -- the features of the DLL you want to use.
  11.  
  12. -- To comment out one of the lines below, use two dashes (--)
  13. -- as in the beginning of these lines.
  14.  
  15. -- The DLLs or XObjects loaded are:
  16. -- FILEIO.DLL, for file input and output
  17.  
  18. on startup
  19.    if the machinetype = 256 then
  20.     put "Now loading LINGO.INI"&&the date&&the time
  21.     put "This computer is running in "&& the colorDepth &"-bit color depth."
  22. --  set the centerStage to TRUE
  23.     openxlib "fileio"
  24.    else
  25.     nothing
  26.    end if    
  27. end startup
  28.